---
title: "Send Document"
method: POST
path: "/ SendDocument"
tags: ["Documents"]
---

# Send Document

`POST / SendDocument`

Send of document.

## Request body

- SendDocument
  - `Method` string, required — Method name
  - `PartnerId` integer, required — Partner identifier provided by Fitbank
  - `BusinessUnitId` integer, required
  - `TaxNumber` string, required — Legal Identification From Company
  - `RequestIdentifier` string, required — Request Identifier
  - `Document` ObjectDocument, required — Document
    - `DocumentFile` string, required — Documents
    - `DocumentFormat` integer, nullable, required — Document type
    - `DocumentName` string, required — Document name
    - `DocumentType` integer, nullable, required — Document type

## Response `200`

Ok

- SendDocumentSuccess
  - `Success` string
  - `Message` string

---

[API](https://skmtc.net/fitbank/apis/onboarding.md) · [All operations](https://skmtc.net/fitbank/apis/onboarding/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fitbank/onboarding/versions/f94d262a8f58/schema)
